The most recent version of this documentation can be found at https://docs.dyalog.com/20.0/.

Not R←~Y

Y must be a Boolean array.  R is Boolean.  The value of R is 0 if Y is 1, and R is 1 if Y is 0.

Example

      ~0 1
1 0